From 50e71c0768ca4a8e40e094efde886ccba722fea6 Mon Sep 17 00:00:00 2001 From: "kfraser@localhost.localdomain" Date: Wed, 20 Jun 2007 19:08:45 +0100 Subject: [PATCH] Remove stray semi-colon in macro. Signed-off-by: Keir Fraser --- xen/arch/x86/platform_hypercall.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/arch/x86/platform_hypercall.c b/xen/arch/x86/platform_hypercall.c index 5478bc34be..79376bb2a4 100644 --- a/xen/arch/x86/platform_hypercall.c +++ b/xen/arch/x86/platform_hypercall.c @@ -185,7 +185,7 @@ ret_t do_platform_op(XEN_GUEST_HANDLE(xen_platform_op_t) u_xenpf_op) break; /* Transfer miscellaneous other information values. */ -#define C(x) op->u.firmware_info.u.disk_info.x = info->x; +#define C(x) op->u.firmware_info.u.disk_info.x = info->x C(device); C(version); C(interface_support); -- 2.30.2